Contains Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodContains(KeyValuePair<(Of <TKey, ICollection<(Of <TValue>)>>)>)
Determines if this dictionary contains the given key and all of the values associated with that key..
(Inherited from MultiDictionaryBase<(Of <TKey, TValue>)>.)
Public methodContains(TKey, TValue)
Checks to see if value is associated with key in the dictionary.

See Also